You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
MulDiag Method
>
MtxExpr.MulDiag Method ([In] TVec, [In] TMtx)
Dew Math for .NET
MtxExpr.MulDiag Method ([In] TVec, [In] TMtx)
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
MulDiag Method
Collapse All
Multiply two matrices.
Syntax
C#
Visual Basic
public
static
Matrix
MulDiag
([In]
TVec
DiagMtx
, [In]
TMtx
Mtx
);
Public
static
Function
MulDiag
(
DiagMtx
As
[In]
TVec
,
Mtx
As
[In]
TMtx
)
As
Matrix
Remarks
Internally calls
Matrix.MulDiagLeft
Group
MulDiag Method
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
MulDiag Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!